home *** CD-ROM | disk | FTP | other *** search
- #ifndef APPFUNCS
- #define APPFUNCS
-
- #include <ddraw.h>
- #include "d3d.h"
- #include "dxproto.h"
-
- #ifdef __cplusplus
- extern "C" {
- #endif
- D3DRECT RenderScene(LPDIRECT3DDEVICE lpDev, LPDIRECT3DVIEWPORT lpView);
- BOOL InitScene(DXDevice *Dev);
- BOOL InitView(LPDIRECTDRAW lpDD,
- LPDIRECT3D lpD3D,
- LPDIRECT3DDEVICE lpDev,
- LPDIRECT3DVIEWPORT lpView,
- int NumTextures,
- LPD3DTEXTUREHANDLE TextureHandle);
- void ReleaseScene(DXDevice *Dev);
- void ReleaseView(LPDIRECT3DVIEWPORT lpView);
- #ifdef __cplusplus
- };
- #endif
-
- #endif
-